All Questions
14 questions
5votes
1answer
2kviews
Ten Thousand: a dice game for multiple players
A fun little game for as many players as you have friends. This is my first Python project so any advice on how to improve is welcome and appreciated. I'm not concerned with the clunky interface as I'...
6votes
2answers
1kviews
Working Craps program
How can I make this better? ...
6votes
1answer
3kviews
Simple Version of Bunco Game
Any idea to write this code (fixable part) smarter? Note: Arrays, pointers, global value are not allowed to use. The game is played with 6 rounds. At the beginning, each player rolls one dice, with ...
5votes
1answer
2kviews
PigDice game in C#
In the C# Player's Guide book there's a challenge in which you have to write the PigDice game in C#: It's a multiplayer game, every player starts with score 0. Player X rolls 2 dice. Player X'...
76votes
3answers
20kviews
Monopoly simulator
I was advised by a Reddit user to get my code reviewed on this site. The complete code is on GitHub. ...
3votes
0answers
881views
Ship capt crew dice game
I built this game that I used to play at family get-togethers. I am still working on the final implementation of how to actually play someone in the game. Please critique the main logic of the dice ...
4votes
1answer
169views
Playing “craps” for the win v0.3
Continud from Playing “craps” for the win v0.2 You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots, respectively. After the dice have come to rest, ...
2votes
2answers
407views
Playing “craps” for the win v0.2
Continued from Playing "craps" for the win You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots, respectively. After the dice have come to ...
11votes
2answers
2kviews
Playing "craps" for the win
No specific question here. I am beginning with Java and here is an exercise. The rules of game: You roll two dice. Each die has six faces, which contain one, two, three, four, five and six spots, ...
16votes
5answers
27kviews
Yahtzee game (using arrays and object classes)
As part of an assignment for my intro Java class (please bear with my beginner skill set), I'm working on a program for which a Die object class is used to play a Yahtzee game. An overview of the ...
26votes
2answers
2kviews
Spin-the-bottle-like game
I've started coding about 3 weeks ago, just for fun and maybe practical uses later. My GF dared me to make a PGM that would replace this dice game where you roll two dice, one with body parts and one ...
12votes
5answers
33kviews
Simple Dice Roll game
Is there a more efficient algorithm to generate random numbers in C++? (This code is working on Dev-C++, but I'm not sure if it works on a Borland compiler.) ...
8votes
2answers
709views
Python Adventure game
I'm a beginner Python coder and this is the first program that I have ever programmed. Please suggest improvements/bugs. Here's the link to the code. ...
7votes
2answers
5kviews
Character generator
I'm a total newbie teaching myself via Zed Shaw's Learn Python The Hard Way and I've gotten bored over a week long memorization lesson, so I thought I would make a character generator for a pen and ...